@charset "utf-8";

html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}

html,
body {
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #232323;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}


/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "•";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/*大图轮播*/
#model_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#model_banner .banner_img img {
  width: 100%;
  max-width: none;
  max-height: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
#model_banner .slick-dots {
  bottom: 16px;
}
#model_banner .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 4px;
}
#model_banner .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #e0dbda;
  padding: 0;
  transition: 400ms;
  border-radius: 50%;
}
#model_banner .slick-dots li.slick-active button {
  background: #005baa;
  transition: 400ms;
}
.slick-dots li button:before {
  display: none;
}
/*图片列表1*/
.model-imglist {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}
.model-imglist ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.model-imglist ul li a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.model-imglist ul li .pimg {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.model-imglist ul li .pimg img {
  width: 100%;
}
.model-imglist ul li a:hover .pimg img {
  transform: scale(1.1, 1.1);
  transition: 1s transform;
}
.model-imglist-one ul li {
  width: 33.33%;
  float: left;
  padding: 7px 0.83%;
}
.model-imglist-one ul li p {
  width: 100%;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.model-imglist-one ul li a:hover p {
  color: #005baa;
  font-weight: bold;
}

/*pc页码*/
.model_page {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  padding: 30px 0;
}
.model_page a {
  padding: 5px 0;
  margin: 0 16px;
}
.model_page span {
  padding: 5px 0;
  margin: 0 16px;
}
.model_page a.prev,
.model_page a.next {
  font-family: "幼圆";
  font-weight: bold;
}
.model_page a.curpage,
.model_page a:hover {
  color: #005baa;
  border-bottom: 1px solid #005baa;
}
.yc .pageinfo{
  display:none;
}
/*手机页码*/
.model-phone-page {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 14px 0;
}
.model-phone-page a {
  display: inline-block;
  padding: 4px 5%;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  margin: 0 0.5%;
}
.model-phone-page span {
  display: inline-block;
  padding: 4px 5%;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  margin: 0 0.5%; 
}
.model-phone-page .curpage{
  color: #005baa;
}



#model_contant_main.moder_updown {
  padding-top: 15px;
}
.model_contant.model_leftright {
  background: #f7f7f7;
  position: relative;
}
.model_contant.model_leftright:after {
  content: "";
  width: 360px;
  background: #fff;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.model_leftright_l {
  width: 20.833%;
  height: auto;
  float: left;
  overflow: hidden;
}
.model_leftright_l .l_posnav {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #005baa;
}
.model_leftright_l .cont_nav {
  width: 100%;
  height: auto;
  margin-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.model_leftright_l .cont_nav .one .o_li {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.model_leftright_l .cont_nav .one .o_li a {
  display: block;
  padding: 0 5%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
}
.model_leftright_l .cont_nav .one .o_li a.one_a:hover,
.model_leftright_l .cont_nav .one .o_li a.ez {
  background: #fff;
  color: #005baa;
  font-weight: bold;
}
.model_leftright_l .cont_nav .one .o_li .one_a i {
  display: block;
  width: 12px;
  height: 60px;
  background: url(../img/icon6.png) center no-repeat;
  float: right;
}
.model_leftright_l .cont_nav .one .o_li a.ez i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.model_leftright_l .cont_nav .second {
  display: none;
  background: #fff;
}
.model_leftright_l .cont_nav .second .e_li {
  border-bottom: none;
}
.model_leftright_l .cont_nav .second .e_li a {
  font-size: 14px;
  color: #808080;
  height: 50px;
  line-height: 50px;
  padding-left: 10%;
  position: relative;
}
.model_leftright_l .cont_nav .second .e_li a:hover,
.model_leftright_l .cont_nav .second .e_li a.sen_x {
  color: #005baa;
}
.model_leftright_l .cont_nav .second .e_li a:hover:before,
.model_leftright_l .cont_nav .second .e_li a.sen_x:before {
  content: "";
  width: 2px;
  height: 14px;
  background: #005baa;
  position: absolute;
  top: 18px;
  left: 6%;
}
.model_leftright_l .cont_nav .third {
  display: none;
}
.model_leftright_l .cont_nav .second .third li a {
  padding-left: 14%;
}
.model_leftright_l .cont_nav .second .third li a:hover:before {
  display: none;
}
.moder_leftright_r {
  width: 79.167%;
  float: right;
  padding-bottom: 25px;
  padding-left: 3.167%;
  background: #fff;
  position: relative;
  z-index: 2;
}
.moder_leftright_r .r_posnav {
  width: 100%;
  height: 44px;
  line-height: 44px;
  margin: 23px 0;
}
.moder_leftright_r .r_posnav p {
  width: auto;
  border-bottom: 4px solid #005baa;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  display: inline-block;
}
.moder_leftright_r .r_posnav span {
  float: right;
  color: #808080;
  font-size: 14px;
}
.moder_leftright_r .r_posnav span a {
  color: #808080;
  margin: 0 3px;
}
.moder_leftright_r .r_posnav span a:hover {
  color: #005baa;
}
/*手机内页分类下拉*/
.model-classify {
  width: 100%;
  position: relative;
  z-index: 6;
}
.model-classify .model-classify-posnav {
  height: 40px;
  padding: 0 14px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #005baa;
}
.model-classify .model-classify-posnav .model-classify-btn {
  display: block;
  float: right;
  height: 40px;
  font-weight: normal;
  font-size: 14px;
}
.model-classify .model-classify-posnav .model-classify-btn i {
  margin-left: 8px;
  display: inline-block;
}
.model-classify .model-classify-posnav .model-classify-btn i img {
  width: 15px;
}
.model-classify .model-classify-posnav .model-classify-btn.down i {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.model-classify-nav {
  display: none;
  width: 100%;
  height: auto;
  /* max-height: 320px;
  overflow-y: scroll; */
  position: absolute;
  top: 44px;
  left: 0;
  border-top: 1px solid #e6e6e6;
  background: #fff;
}
.model-classify-nav .one .o_li {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.model-classify-nav .one .o_li a.one_a {
  padding: 0 14px;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
  background: #f7f7f7;
  overflow: hidden;
}
.model-classify-nav .one .o_li a.ez {
  background: #fff;
  color: #005baa;
  font-weight: bold;
}
.model-classify-nav .one .o_li .one_a i {
  display: block;
  width: 12px;
  height: 40px;
  background: url(../img/icon6.png) center no-repeat;
  float: right;
}
.model-classify-nav .one .o_li a.ez i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.model-classify-nav .second {
  display: none;
}
.model-classify-nav .second .e_li {
  border-bottom: none;
}
.model-classify-nav .second a {
  padding: 0 23px;
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #808080;
  position: relative;
  overflow: hidden;
}
.model-classify-nav .second a.sen_x {
  color: #005baa;
}
.model-classify-nav .second a.sen_x:before {
  content: "";
  width: 2px;
  height: 12px;
  background: #005baa;
  position: absolute;
  left: 14px;
  top: 13px;
}
.model-classify-nav .third {
  display: none;
}
.model-classify-nav .third li a {
  padding: 0 34px;
}
/*手机内页分类下拉end*/
/*多图详情页*/
#model_contant_main .model_dec_adress {
  width: 100%;
  height: 48px;
  line-height: 48px;
  margin: 34px 0;
  border-bottom: 1px solid #e6e6e6;
}
#model_contant_main .model_dec_adress .back {
  font-size: 18px;
}
#model_contant_main .model_dec_adress span {
  float: right;
  font-size: 14px;
  color: #808080;
}
#model_contant_main .model_dec_adress a {
  color: #808080;
}
#model_contant_main .model_dec_adress a:hover {
  color: #005baa;
}
.model-dectil {
  width: 100%;
}
.model-dectil .model-dectil-img {
  width: 54.1%;
  margin: 0 auto;
  padding: 20px 0 50px;
}
.model-dectil .model-dectil-img .pimg img {
  width: 100%;
}
.model-dectil-img .slick-dots {
  bottom: -25px;
}
.model-dectil-img .slick-dots li {
  width: 10px;
  height: 8px;
  margin: 0 4px;
}
.model-dectil-img .slick-dots li button {
  width: 8px;
  height: 8px;
  border: 1px solid #1c60ac;
  padding: 0;
  transition: 400ms;
  border-radius: 50%;
}
.model-dectil-img .slick-dots li.slick-active button {
  background: #005baa;
  transition: 400ms;
}
.model-dectil-title {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin: 18px 0 24px;
}
.model-dectil-title span {
  display: block;
  font-size: 14px;
  color: #808080;
  margin-top: 10px;
}
.model-dectil-bottom {
  padding: 8px 20px;
  background: #fafafa;
  height: 84px;
  margin: 40px 0 80px;
}
.model-dectil-bottom .model-dectil-chose {
  width: 80%;
  float: left;
}
.model-dectil-bottom .model-dectil-chose a {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  font-size: 14px;
  color: #808080;
}
.model-dectil-bottom .model-dectil-chose a:hover {
  color: #005baa;
}
.model-dectil-bottom .model-dectil-share {
  width: 20%;
  float: right;
  margin-top: 22px;
}
.model-dectil-share #bdshare span {
  height: 34px;
}
.model-dectil-share #bdshare a {
  display: inline-block;
  padding: 20px 12px;
}
.model-dectil-share #bdshare a.shareCount {
  width: 42px;
  padding: 0;
}
/*缩略图详情页*/
.model-dectil-imgtwo {
  padding: 6px 30px;
  background: #f7f7f7;
  margin: 50px auto;
  max-width:800px;
}
.model-dectil-imgtwo .model-dectil-slick2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 24px 0;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-for {
  width: 72.6%;
  float: left;
}
.model-dectil-imgtwo .model-dectil-slick2 .pimg {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.model-dectil-imgtwo .model-dectil-slick2 .pimg img {
  width: 100%;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav {
  width: 23.4%;
  float: right;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .pimg {
  margin-bottom: 7px;
  position: relative;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .pimg em {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  /* older safari/Chrome browsers */
  -webkit-opacity: 0.5;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 0.5;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 0.5;
  /* IE9 + etc...modern browsers */
  opacity: 0.5;
  /* IE 4-9 */
  filter: alpha(opacity=50);
  /*This works in IE 8 & 9 too*/
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  position: absolute;
  top: 0;
  left: 0;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-slide {
  outline: none;
  cursor: pointer;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-current .pimg em {
  /* older safari/Chrome browsers */
  -webkit-opacity: 0;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 0;
  /* IE9 + etc...modern browsers */
  opacity: 0;
  /* IE 4-9 */
  filter: alpha(opacity=0);
  /*This works in IE 8 & 9 too*/
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev {
  width: 100%;
  height: 24px;
  left: 0;
  top: -16px;
  /* older safari/Chrome browsers */
  -webkit-opacity: 1 !important;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 1 !important;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 1 !important;
  /* IE9 + etc...modern browsers */
  opacity: 1 !important;
  /* IE 4-9 */
  filter: alpha(opacity=100) !important;
  /*This works in IE 8 & 9 too*/
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next {
  width: 100%;
  height: 24px;
  right: 0;
  top: unset;
  bottom: -34px;
  /* older safari/Chrome browsers */
  -webkit-opacity: 1 !important;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 1 !important;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 1 !important;
  /* IE9 + etc...modern browsers */
  opacity: 1 !important;
  /* IE 4-9 */
  filter: alpha(opacity=100) !important;
  /*This works in IE 8 & 9 too*/
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:before {
  content: "";
  border-bottom: 12px solid #005baa;
  border-top: 12px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -12px;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:before {
  content: "";
  border-top: 12px solid #005baa;
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:hover {
  border-bottom: 1px solid #005baa;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:hover {
  border-top: 1px solid #005baa;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-disabled:hover {
  border: none;
}
/*文字列表1*/
.model-textlist {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}
.model-textlist-one ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 28px 0;
  border-bottom: 1px solid #e6e6e6;
}
.model-textlist-one ul .textlist-lifirst {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fafafa;
}
.model-textlist-one ul .textlist-lifirst .textlist-img {
  width: 386px;
  float: left;
}
.model-textlist-one ul .textlist-lifirst .textlist-img .timg {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.model-textlist-one ul .textlist-lifirst .textlist-img .timg img {
  width: 100%;
}
.textlist-lifirst .textlist-img .slick-dots {
  bottom: 10px;
  text-align: right;
  width: 97%;
}
.textlist-lifirst .textlist-img .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-bottom: none;
  padding: 0;
}
.textlist-lifirst .textlist-img .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  padding: 0;
  transition: 400ms;
  border-radius: 50%;
}
.textlist-lifirst .textlist-img .slick-dots li.slick-active button {
  background: #005baa;
  transition: 400ms;
}
.model-textlist-one ul .textlist-lifirst .textlist-text {
  margin-left: 414px;
  padding-right: 10px;
}
.model-textlist-one ul .textlist-lifirst .textlist-text dt {
  width: 100%;
  height: 46px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  padding-top: 16px;
}
.model-textlist-one ul .textlist-lifirst .textlist-text .textlist-time {
  padding-left: 28px;
  line-height: 34px;
  color: #808080;
  background: url(../img/icon8.png) left center no-repeat;
}
.model-textlist-one ul .textlist-lifirst .textlist-text dd {
  width: 100%;
  height: 48px;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #808080;
  margin: 14px 0 20px;
}
.model-textlist-one ul .textlist-lifirst .textlist-text .textlist-more {
  width: 158px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #808080;
  border: 1px solid #cccccc;
  display: block;
  text-indent: 10px;
  background: url(../img/icon9.png) 90% center no-repeat;
}
.model-textlist-one ul .textlist-lifirst .textlist-text .textlist-more:hover {
  color: #fff;
  border: 1px solid #005baa;
  background: #005baa url(../img/icon10.png) 90% center no-repeat;
}
.model-textlist-one ul li .newtime {
  width: 118px;
  height: auto;
  text-align: center;
  font-size: 14px;
  color: #808080;
  border-right: 1px solid #e6e6e6;
  float: left;
}
.model-textlist-one ul li .newtime span {
  display: block;
  font-size: 30px;
}
.model-textlist-one ul li .textlist-r {
  margin-left: 150px;
}
.model-textlist-one ul li .textlist-r dt {
  width: 100%;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  font-size: 16px;
  color: #333333;
}
.model-textlist-one ul li .textlist-r .textlist-hover {
  width: 100%;
  height: 0;
  overflow: hidden;
}
.textlist-r .textlist-hover dd {
  width: 100%;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #808080;
  overflow: hidden;
}
.textlist-r .textlist-hover p {
  color: #808080;
  margin-top: 6px;
}
.model-textlist-one ul li:hover {
  border-bottom: 1px solid #005baa;
}
.model-textlist-one ul li:hover dt {
  color: #005baa;
  font-weight: bold;
}
.model-textlist-one ul li:hover .newtime {
  padding: 39px 0;
}
.model-textlist-one ul li:hover .textlist-r .textlist-hover {
  height: 78px;
}
/*文字列表2*/
.model-textlist-two ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.model-textlist-two ul li a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.model-textlist-two ul li .textlist-l {
  width: 88%;
  float: left;
}
.model-textlist-two ul li .textlist-l dt {
  width: 100%;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 16px;
  color: #333333;
}
.model-textlist-two ul li .textlist-l dd {
  width: 100%;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #808080;
  overflow: hidden;
  margin: 5px 0;
}
.model-textlist-two ul li .textlist-l p {
  color: #808080;
}
.model-textlist-two ul li .newtime {
  width: 82px;
  height: 102px;
  padding: 0 10px;
  background: #ccc;
  color: #fff;
  float: right;
}
.model-textlist-two ul li .newtime p {
  width: 102px;
  height: 102px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 28px;
}
.model-textlist-two ul li .newtime p span {
  display: block;
  border-bottom: 1px solid #fff;
  font-size: 36px;
  line-height: 42px;
}
.model-textlist-two ul li a:hover .textlist-l dt {
  color: #005baa;
  font-weight: bold;
}
.model-textlist-two ul li a:hover .textlist-l p {
  color: #005baa;
}
.model-textlist-two ul li a:hover .newtime {
  background: #005baa;
}

/*侧边导航*/
.opacity2,
.opacity3 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: none;
}
.model-leftnav {
  width: 70%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 44;
}
.model-leftnav-top {
  padding: 0 5%;
  margin: 0;
  height: 58px;
  overflow: hidden;
  line-height: 58px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #005baa;
  text-align: center;
}
.model-leftnav-top span {
  display: inline-block;
  height: 100%;
  padding-left: 45px;
  background: url(../img/icon15.png) left center no-repeat;
  background-size: 32px auto;
}
.model-leftnav-main {
  width: 100%;
  height: 90%;
  overflow-y: scroll;
}
.model-leftnav-main .nnav {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.model-leftnav-main .nnav li {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.model-leftnav-main .nnav li a.ce {
  display: block;
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  position: relative;
  color: #333333;
  font-size: 16px;
}
.model-leftnav-main .nnav .yiji.xz a.ce {
  color: #005baa;
}
.model-leftnav-main .nnav .yiji dl {
  padding-right: 15px;
  padding-left: 5px;
  width: 40px;
  height: 44px;
  line-height: 44px;
  float: right;
  z-index: 3;
  position: relative;
}

.model-leftnav-main .nnav .yiji dl img {
  width: 100%;
}
.model-leftnav-main .nnav .yiji dl span {
  width: 20px;
  height: 20px;
}

.model-leftnav-main .nnav .yiji dl .icon1 {
  display: none;
}
.model-leftnav-main .nnav .yiji.xz .er_icon .icon1,
.model-leftnav-main .nnav .yiji .erji.tz .icon1,
.model-leftnav-main .nnav .yiji .erji.tz .threeji.fz .icon1 {
  display: block;
}

.model-leftnav-main .nnav .yiji .erji.tz .threeji .icon1 {
  display: none;
}
.model-leftnav-main .nnav .yiji .erji.tz .threeji .icon2 {
  display: block;
}

.model-leftnav-main .nnav .yiji.xz .er_icon .icon2,
.model-leftnav-main .nnav .yiji .erji.tz .icon2,
.model-leftnav-main .nnav .yiji .erji .threeji.fz .icon2 {
  display: none;
}
.model-leftnav-main .nnav li a.er {
  padding-left: 28px;
  color: #333;
  font-size: 16px;
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.model-leftnav-main .nnav .yiji dl.thr_icon,
.model-leftnav-main .nnav .yiji dl.four_icon {
  height: 40px;
  line-height: 40px;
}
.model-leftnav-main .nnav li.tz a.er {
  color: #005baa;
}
.model-leftnav-main .nnav li.tz a.er:before {
  content: "";
  width: 3px;
  height: 12px;
  background: #005baa;
  position: absolute;
  top: 14px;
  left: 18px;
}
.model-leftnav-main .nnav li .menu_body {
  display: none;
}
.model-leftnav-main .nnav li .menu_body li {
  border-bottom: none;
  padding: 0;
}
.model-leftnav-main .nnav li .thr_body,
.model-leftnav-main .nnav li .thr_body .four_body {
  display: none;
}
.model-leftnav-main .nnav li .thr_body a {
  padding-left: 42px;
  color: #333;
  font-size: 14px;
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.model-leftnav-main .nnav li .four_body a.four {
  color: #666;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}

.page-prev {
  transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
}
.page-next {
  transform: translate3d(70%, 0, 0);
  -ms-transform: translate3d(70%, 0, 0);
  -webkit-transform: translate3d(70%, 0, 0);
  -o-transform: translate3d(70%, 0, 0);
  -moz-transform: translate3d(70%, 0, 0);
}
.page-active {
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.page-in {
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
.page-out {
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
  -ms-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
  display: block !important;
}
/*侧边导航结束*/
@media (min-width: 1440px) and (max-width: 1920px) {
  .container {
    width: 1400px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .model-imgtextlist-one ul li .imgtextlist-l .time,
  .model-imgtextlist-one ul li .imgtextlist-l dd {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .model-imglist ul li p {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .model-imglist-four ul li .pimg em span {
    font-size: 16px;
    line-height: 24px;
  }
  .model-dectil .model-dectil-img {
    width: 64%;
  }
  .model-textlist-one ul .textlist-lifirst .textlist-img {
    width: 348px;
  }
  .model-textlist-one ul .textlist-lifirst .textlist-text {
    margin-left: 368px;
  }
  .model-textlist-one ul .textlist-lifirst .textlist-text dd {
    margin: 10px 0 14px;
  }
  .model-textlist-three ul li a dt {
    width: 88%;
  }
  .model-textlist-four ul li a {
    padding: 15px;
    padding-left: 0;
  }
  .moder_leftright_r .model-imglist-one ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #quickbar-wrap {
    padding-bottom: 56px;
  }
  .model_contant {
    padding: 16px 3%;
  }
  #model_banner .slick-dots {
    bottom: 10px;
  }
  /*图片列表1*/
  .model-imglist,
  .model-imgtextlist,
  .model-textlist {
    overflow: hidden;
    padding: 0;
  }
  .model-imglist ul {
    width: 100%;
    height: auto;
    overflow-y: hidden;
  }
  .model-imglist ul li {
    width: 50%;
    padding: 5px;
    float: left;
  }
  .model-imglist ul li:nth-child(2n + 1) {
    padding-left: 0;
  }
  .moder_leftright_r .model-imglist-three ul li{width: 50%;}
  .model-imglist ul li:nth-child(2n) {
    padding-right: 0;
  }
  .model-imglist ul li p {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .model-imglist-two ul li .pimg em {
    display: none;
  }
  .model-imglist-four ul li .pimg em {
    /* older safari/Chrome browsers */
    -webkit-opacity: 1;
    /* Netscape and Older than Firefox 0.9 */
    -moz-opacity: 1;
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
    -khtml-opacity: 1;
    /* IE9 + etc...modern browsers */
    opacity: 1;
    /* IE 4-9 */
    filter: alpha(opacity=100);
    /*This works in IE 8 & 9 too*/
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    /*IE4-IE9*/
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    height: 32px;
    bottom: 0;
  }
  .model-imglist-four ul li .pimg em span {
    top: 0 !important;
    height: 100%;
    font-weight: normal;
    font-size: 16px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .model-imglist-four ul li .pimg em span i {
    display: none;
  }
  .model-dectil .model-dectil-img {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 30px;
  }
  .model-dectil-title {
    font-size: 18px;
  }
  .model-dectil-title span {
    font-size: 12px;
    margin-top: 6px;
  }
  .model-dectil-bottom {
    margin: 20px 0;
    padding: 6px 15px;
  }
  .model-dectil-bottom .model-dectil-chose a {
    height: 32px;
    line-height: 32px;
  }
  .model-dectil-imgtwo {
    padding: 0;
    background: none;
    margin: 0;
  }
  .model-dectil-imgtwo .model-dectil-slick2 .slider-for {
    width: 100%;
    float: unset;
  }
  .model-dectil-imgtwo .model-dectil-slick2 .slider-nav {
    width: 100%;
    float: unset;
    margin-top: 8px;
    padding: 0 6%;
  }
  .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-slide {
    padding: 0 2px;
  }
  .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev {
    width: 4%;
    height: 30px;
    left: 0;
    top: 50%;
    border-right: 1px solid #005baa;
  }
  .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:after {
    content: "";
    border-right: 7px solid #005baa;
    border-left: 7px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    right: 0;
    top: 8px;
  }
  .model-dectil-imgtwo
    .model-dectil-slick2
    .slider-nav
    .slick-arrow.slick-disabled {
    border: none !important;
  }
  .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next {
    width: 4%;
    height: 30px;
    right: 0;
    top: 50%;
    border-left: 1px solid #005baa;
  }
  .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:after {
    content: "";
    border-left: 7px solid #005baa;
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: 0;
    top: 8px;
  }
  .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:before,
  .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:before {
    display: none;
  }
  .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:hover {
    border-bottom: none;
  }
  .model-textlist-one ul .textlist-lifirst .textlist-img {
    width: 100%;
    float: unset;
  }
  .model-textlist-one ul .textlist-lifirst .textlist-text {
    margin-left: 0;
    height: auto;
    overflow: hidden;
    width: 100%;
    padding: 12px;
  }
  .model-textlist-one ul .textlist-lifirst .textlist-text dt {
    font-size: 16px;
    height: 30px;
    padding-top: 0;
  }
  .model-textlist-one ul .textlist-lifirst .textlist-text dd {
    margin: 0;
  }
  .model-textlist-one ul .textlist-lifirst .textlist-text .textlist-more {
    width: 30%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-top: 10px;
  }
  .model-textlist-one ul li {
    padding: 20px 0;
  }
  .model-textlist-one ul li .newtime {
    width: 74px;
    font-size: 12px;
  }
  .model-textlist-one ul li .newtime span {
    font-size: 26px;
  }
  .model-textlist-one ul li .textlist-r {
    margin-left: 88px;
  }
  .model-textlist-one ul li .textlist-r dt {
    height: 22px !important;
    line-height: 22px;
    margin-bottom: 6px;
  }
  .model-textlist-one ul li .textlist-r .textlist-hover {
    height: 24px;
  }
  .model-textlist-two ul li .textlist-l {
    width: 82%;
  }
  .model-textlist-two ul li .newtime {
    width: 16%;
    padding: 0 4px;
  }
  .model-textlist-two ul li .newtime p {
    font-size: 12px;
  }
  .model-textlist-two ul li .newtime p span {
    font-size: 28px;
  }
  .model-textlist-three ul li {
    padding-top: 6px;
  }
  .model-textlist-three ul li a dt {
    width: 100%;
  }
  .model-textlist-three ul li a span {
    line-height: 14px;
    float: left;
  }
  .model-textlist-four ul li a {
    padding: 12px;
    padding-left: 0;
    background: #f5f5f5 !important;
  }
  .model-textlist-four ul li .newtime {
    width: 82px;
    padding-right: 10px;
  }
  .model-textlist-four ul li .newtime span {
    font-size: 22px;
  }
  .model-textlist-four ul li .textlist-r {
    margin-left: 94px;
  }
  .model-textlist-four ul li .textlist-r dt {
    height: 32px;
    line-height: 32px;
    color: #333333 !important;
  }
  .model-textlist-four ul li .textlist-r dd {
    height: 24px;
    color: #808080;
  }
  #model_contant_main.moder_search_result .model-textlist-three ul li,
  .model-result-two ul li {
    padding: 8px 0;
  }
  #model_contant_main .model_seach {
    padding: 6px 12px;
  }
  .model_seach .model-seachdiv form {
    width: 100%;
    height: 40px;
  }
  .model_seach .model-seachdiv form .input {
    width: 80%;
    height: 38px;
  }
  .model_seach .model-seachdiv form .seabtn {
    width: 20%;
    height: 38px;
  }
  #model_contant_main .model-result {
    padding: 20px 0 10px;
    font-size: 16px;
  }
  .model_contant.model_leftright {
    background: none;
  }
  .model_contant.model_leftright:after {
    display: none;
  }
  .moder_leftright_r {
    width: 100%;
    padding-left: 0;
    background: none;
    padding: 16px 0 0;
  }
}
@media (max-width: 360px) {
  .model-classify-nav {
    max-height: 258px;
  }
}
